home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 2 of 3.iso / chapter9 / crupdown.h < prev    next >
Text File  |  1995-10-30  |  655b  |  23 lines

  1. #define IDM_EXIT           100
  2. #define IDM_OPTIONS        200
  3. #define IDM_ABOUT          300
  4.  
  5. #define IDC_SEC1           101
  6. #define IDC_INC1           102
  7. #define IDC_SEC2           103
  8. #define IDC_INC2           104
  9. #define IDC_RANGE1         105
  10. #define IDC_RANGE2         106
  11. #define IDC_POS            107
  12. #define IDC_HEX            108
  13.  
  14. #define IDC_EDIT           201
  15. #define IDC_UPDOWN         202
  16.  
  17. #define DLG_VERFIRST        400
  18. #define DLG_VERLAST         404
  19.  
  20. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  21. LRESULT CALLBACK Options(HWND, UINT, WPARAM, LPARAM);
  22. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  23.